You can either use the extension's auto-update feature or download the release from forgebox.
Also remember that our code is now on GitHub: http://github.com/ColdBox/coldbox-platform-utilities
Recent Entries
The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.
That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.
Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.
Every application eventually has to deal with deeply nested data. JSON API responses with payloads six levels deep. Configuration files where the key you need is buried inside an array of objects, one of which has a null for the field you thought was required. Module metadata structures that nobody wrote a schema for. Runtime introspection data shaped like a tree that grew without a plan.
Add Your Comment
(5)
Sep 25, 2010 11:03:55 UTC
by Glyn Jackson
Cool, thanks for the update.
Sep 26, 2010 20:32:46 UTC
by Tony Garcia
The extension's auto-release feature is telling me that 2.2 is the latest version and I already have that installed.
Sep 26, 2010 23:27:49 UTC
by Luis Majano
Fixed, I forgot to update the version on Forgebox, all done now!
Sep 27, 2010 16:12:46 UTC
by Tony Garcia
Cool. Thanks, Luis. I noticed something, though -- in the ide_config.xml file, the element still says 2.2 (so it will show up as version 2.2 in the Extensions panel in CFBuilder)
Sep 27, 2010 17:11:43 UTC
by Luis Majano
Oops, updated it now